home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / DBASE5 / TEMPLATE.ZIP / AD_CALL.COD < prev    next >
Text File  |  1994-10-12  |  350b  |  12 lines

  1. //
  2. // Module Name: AD_CALL.COD - Menu_Act = 22
  3. // Selectors  : Bin_File, Bin_Parms
  4. // Description: to issue the dBASE CALL command
  5. // Syntax     : CALL <module name> [WITH <expc>/<memvar>]
  6. //
  7. *-- Desc:  Carga y ejecuta el programa - {Bin_File}
  8. LOAD {Bin_File}
  9. CALL {Bin_File}{if Bin_Parms} WITH "{Bin_Parms}"{endif}
  10. //
  11. // EOP AD_CALL.COD
  12.